home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_13_01 / erdelsky / endian.cpp < prev    next >
C/C++ Source or Header  |  1994-10-31  |  194b  |  12 lines

  1.                           The File ENDIAN.CPP
  2.                             (a first draft)
  3.  
  4. #include "endian.h"
  5.  
  6. #ifdef _RUN_TIME_ENDIAN
  7.  
  8.   union _endian_union _endian = {1};
  9.  
  10. #endif
  11.  
  12.